@charset "utf-8";
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
@font-face {
  font-family: "sourcehansans";
  src: url("../fonts/sourcehansans.eot");
  src: url("../fonts/sourcehansans.eot") format("embedded-opentype"), url("../fonts/sourcehansans.woff") format("woff"), url("../fonts/sourcehansans.ttf") format("truetype"), url("../fonts/sourcehansans.svg#yourwebfontname") format("svg");
}
@font-face {
  font-family: "montserrat";
  src: url("//assets-font-sh.oss-accelerate.aliyuncs.com/Montserrat-Regular-8.otf");
}
body,
html {
  font-size: calc(100vw / "120");
  font-family: 'sourcehansans', 'montserrat' !important;
}
body {
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /* font-family: 'sourcehansans'; */
}
a,
article,
aside,
body,
button,
dd,
details,
div,
dl,
dt,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
img,
input,
li,
menu,
nav,
ol,
p,
section,
select,
table,
tbody,
td,
textarea,
th,
tr,
ul {
  padding: 0;
  margin: 0;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #3c3c3c;
  text-decoration: none;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
i {
  font-style: normal;
}
input {
  margin: 0;
  padding: 0;
}
button {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
}
input,
input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  resize: none;
}
textarea {
  resize: none;
}
ul,
ol,
li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  border: none;
  vertical-align: middle;
}
.c00 {
  color: #000;
}
.cf {
  color: #fff;
}
.bg0 {
  background: #000;
}
.bgf {
  background: #fff;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 搜索 */
.sertext,
.serbtn {
  display: block;
}
.searchbox {
  padding: 0.9375rem;
  box-shadow: 0 0 7px 0 #cfcfcf;
  background: #fff;
  width: 100%;
  top: 6.1875rem;
  border-top: 2px solid #ec1b23;
  text-align: center;
  z-index: 44;
  position: fixed;
}
.searchs {
  max-width: 600px;
  margin: 0 auto;
}
.searchs .sertext {
  display: block;
  padding: 0;
  outline: 0;
  padding-left: 0.75rem;
  width: 78%;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: .75rem;
  height: 3.25rem;
  line-height: 3.25rem;
  transition: .4s;
}
.searchs .sertext,
.serbtn {
  font-size: 16px;
}
.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  width: 22%;
  float: right;
  height: 3.25rem;
  text-align: center;
  line-height: 3.25rem;
  background: #ec1b23;
  color: #fff;
  font-size: .9375rem;
  cursor: pointer;
  transition: .44s;
}
.container {
  width: 100%;
  max-width: 100%;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.over {
  overflow: hidden;
}
.over > img {
  cursor: pointer;
  transition: all .4s;
}
.over > img:hover {
  transform: scale(1.1);
}
/* 控制文字几行 */
.line1 {
  display: -webkit-box;
  /*弹性伸缩盒子*/
  overflow: hidden;
  /*溢出部分隐藏*/
  text-overflow: ellipsis;
  /*溢出部分用省略号显示*/
  -webkit-box-orient: vertical;
  /*子元素垂直排列*/
  -webkit-line-clamp: 1;
  /*显示的行数*/
  white-space: nowrap;
}
.line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: nowrap;
}
.line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: nowrap;
}
.line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: nowrap;
}
.w100 {
  width: 100%;
}
.trans {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
/* }
header {
  line-height: 5.625rem;
}
header .clearfix .fl .logo {
  height: 4rem;
}
header .clearfix .fl .logo img {
  height: 4rem;
}
header .clearfix .fr .dh .txt {
  display: inline-block;
  font-size: 1rem;
  line-height: 2.0625rem;
}
header .clearfix .fr .search .iconfont {
  font-weight: bold;
  color: #494949;
}
header .clearfix .fr .search .iconfont.active::before {
  content: "\e64e";
}
header .clearfix .fr .search .txt {
  font-size: 1rem;
  color: #494949;
  padding: 0 1.25rem 0 .9375rem;
  position: relative;
}
header .clearfix .fr .head_menu {
  margin-right: 6.25rem;
}
header .clearfix .fr .head_menu > ul > li {
  float: left;
  position: relative;
}
header .clearfix .fr .head_menu > ul > li > a {
  display: inline-block;
  padding: 0 1.5625rem;
  font-size: 1rem;
  color: #494949;
  position: relative;
}
header .clearfix .fr .head_menu > ul > li .submenu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  transition: 400ms ease-in-out;
  transform: scaleY(0);
  transform-origin: top center;
  opacity: 0;
  z-index: 1003;
  box-shadow: 0 0 .625rem rgba(221, 221, 221, 0.534);
  border-radius: 0 0 .625rem .625rem;
}
header .clearfix .fr .head_menu > ul > li .submenu li a {
  color: #3F3F3F;
  display: block;
  text-align: center;
}
header .clearfix .fr .head_menu > ul > li.active > a,
header .clearfix .fr .head_menu > ul > li:hover > a {
  color: #f93549;
}
header .clearfix .fr .head_menu > ul > li.active > a::before,
header .clearfix .fr .head_menu > ul > li:hover > a::before {
  width: 100%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
}
header .clearfix .fr .head_menu > ul > li > a::before,
header .clearfix .fr .head_menu > ul > li > a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: .1875rem;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
}
header .clearfix .fr .head_menu > ul > li:hover .submenu {
  opacity: 1;
  transform: none;
} */
.searchbox {
  display: none;
  top: 5.625rem;
}
.searchbox.active {
  display: block;
}
.phone_head {
  height: 80px;
  line-height: 80px;
}
.phone_head .container .clearfix .caidan.active .icon-liebiao:before {
  content: "\e64e";
}
.menu {
  display: none;
  position: absolute;
  top: 80px;
  width: 100%;
  height: 100%;
  z-index: 22;
  background: #fff;
}
.menu .nav_ul {
  line-height: 28px;
}
.menu .nav_ul > li > a {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  padding: 10px 0;
}
.menu .nav_ul > li .icon-jianhao:before {
  content: "\e729";
}
.menu .nav_ul > li .submenu {
  padding-left: 15px;
  display: none;
}
.menu .nav_ul > li .submenu li a {
  color: #000;
  font-size: 16px;
  padding: 10px 0;
}
.menu .nav_ul li.clearfix a {
  display: inline-block;
}
.menu.active {
  display: block;
}
.phone_foot {
  background: #000;
}
.phone_foot .menu {
  padding: 20px 0;
  display: block;
  position: relative;
  background: #000;
  top: 0;
}
.phone_foot .menu .container ul li a {
  color: #fff;
}
.phone_foot .menu .container ul li .iconfont {
  color: #fff;
}
.phone_foot .beian {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #fff;
  padding: 15px 0;
  font-size: 14px;
}
.phone_foot,
.phone_head {
  display: none;
}
/* 分页 */
.pager .pagination {
  align-items: center;
  justify-content: center;
}
.pager .pagination li {
  color: #000;
  /* margin: 2.5rem 0.5625rem; */
}
.pager .pagination li a,
.pager .pagination li span {
  color: #000;
  display: block;
  font-size: .875rem;
  /* padding: 0.625rem 1rem !important; */
  /* border: 1px solid #d8d8d8; */
}
/* .pager .pagination li.active span {
  background: #f93549;
  border: 1px solid #f93549;
  color: #fff;
} */
@media (max-width: 770px) {
  .container {
    padding: 0 15px;
  }
  .phone_head,
  .phone_foot {
    display: block;
  }
}
